const runtime._Pidle
9 uses
runtime (current package)
mgc.go#L1116: if pp.status == _Pidle {
proc.go#L1802: if s == _Psyscall && p2.runSafePointFn == 1 && atomic.Cas(&p2.status, s, _Pidle) {
proc.go#L4249: if oldp != nil && oldp.status == _Psyscall && atomic.Cas(&oldp.status, _Psyscall, _Pidle) {
proc.go#L5269: pp.status = _Pidle
proc.go#L5301: pp.status = _Pidle
proc.go#L5353: if pp.m != 0 || pp.status != _Pidle {
proc.go#L5383: pp.status = _Pidle
proc.go#L5724: if atomic.Cas(&pp.status, s, _Pidle) {
runtime2.go#L118: _Pidle = iota
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |